Online documentation - WebsydianExpress v3.5 |
APIServer.WebServices.GetOfferedService
Field | Variable | ...as | Description |
---|---|---|---|
ServiceHandlerSurrogate | FetchKey | Input | The unique identification of the service handler. |
ActiveStatus | FetchedData | Output | Specifies whether the specific service offered is publicly available. If the ActiveStatus is Active, the service is available, if the ActiveStatus is Inactive, the service is not available. |
ServiceHandlerSurrogate | FetchedData | Output | The unique identification of the service handler. |
ServiceHandlerProgram | FetchedData | Output | The implementation name of the service handler program that will be called when a request targets the service handler. |
ServiceHandlerName | FetchedData | Output | The descriptive name of the service handler. |
SaveFiles | FetchedData | Output | Specifies whether the temporary files will be saved or deleted.
If the request log is enabled no files will be deleted. If the requestlog is enabled, you can use this field to stop the files by being deleted by setting SaveFiles to Yes. |
WSDLOperationName | FetchedData | Output | There are special requirements for the name used in the WSDL files. Normal names can't be expected to be correct according to these criteria. This fields enables the administrator to specify a meaningful name for the operation in the WSDL. The field will normally be blank unless the service should be part of a WSDL file. |
Comment | FetchedData | Output | The comment specified for the service handler. |
The API retrieves detailed service handler information based on the unique key of the service handler.
The surrogate is available in the Keys local variable in the ServiceHandler functions.